nvim suggestions order, idk
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1, 1920x1080@144.00, auto, 1
|
||||
monitor=HDMI-A-1, 1920x1080@60.00, auto, 1
|
||||
# monitor=HDMI-A-1, 1920x1080@60.00, auto, 1
|
||||
# monitor=HDMI-A-1, 1920x1080@60.02Hz, auto, 1, mirror, eDP-1
|
||||
# monitor=HDMI-A-1, 1920x1080@60, auto, 1, mirror, eDP-1
|
||||
# monitor=HDMI-A-1, 2560x1080@60.00, auto, 1
|
||||
@@ -59,7 +59,7 @@ exec-once = [workspace 11 silent] $messaging
|
||||
exec-once = [workspace 12 silent] foot bluetui
|
||||
exec-once = [workspace 13 silent] foot -o colors.regular4=191724 nmtuii
|
||||
exec-once = [workspace 14 silent] foot btop
|
||||
exec-once = [workspace 15 silent] $email
|
||||
exec-once = [workspace 15 silent] sleep 1000 && $email
|
||||
|
||||
|
||||
#############################
|
||||
@@ -358,6 +358,9 @@ windowrule = float,class:^(org.keepassxc.KeePassXC)
|
||||
windowrule = float,title:^(Save)$
|
||||
windowrule = float,title:^(All Files)$
|
||||
windowrule = float,title:^(Calculator)$
|
||||
windowrule = float,title:^(Print)$
|
||||
windowrule = float,title:^(save)$
|
||||
windowrule = float,class:^(org.kde.kdeconnect.daemon)$
|
||||
|
||||
# Vesktop always opens fullscreen on workspace 6
|
||||
windowrule = workspace 11 silent, class:^(vesktop)$
|
||||
|
@@ -90,10 +90,10 @@ cmp.setup({
|
||||
["<CR>"] = cmp.mapping.confirm({ select = true }),
|
||||
},
|
||||
sources = {
|
||||
{ name = "nvim_lsp" }, -- LSP completion
|
||||
{ name = "buffer" }, -- Buffer completion
|
||||
{ name = "path" }, -- Path completion
|
||||
{ name = "luasnip" }, -- Snippet completion
|
||||
{ name = "nvim_lsp" }, -- LSP completion
|
||||
{ name = "buffer" }, -- Buffer completion
|
||||
},
|
||||
})
|
||||
|
||||
@@ -104,6 +104,10 @@ require("nvim-treesitter.configs").setup({
|
||||
},
|
||||
})
|
||||
|
||||
require("oil").setup({
|
||||
default_file_explorer = false,
|
||||
})
|
||||
|
||||
-- nvim-lspconfig - Providing basic, default Nvim LSP client configurations for various LSP servers.
|
||||
local lspconfig = require("lspconfig")
|
||||
lspconfig.pyright.setup({})
|
||||
@@ -121,8 +125,8 @@ require("luasnip").config.set_config({
|
||||
local vim = vim
|
||||
local opt = vim.opt
|
||||
|
||||
opt.foldmethod = "expr"
|
||||
opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
-- opt.foldmethod = "expr"
|
||||
-- opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
|
||||
vim.wo.number = true
|
||||
vim.wo.relativenumber = true
|
||||
|
Reference in New Issue
Block a user