mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
update zsh, vscode, lvim
This commit is contained in:
parent
846f37457c
commit
2feea5ce1e
5 changed files with 27 additions and 9 deletions
|
|
@ -1,3 +1,5 @@
|
|||
vim.o.relativenumber = true
|
||||
|
||||
lvim.format_on_save = true
|
||||
lvim.lint_on_save = true
|
||||
lvim.colorscheme = "onedarker"
|
||||
|
|
@ -23,7 +25,7 @@ lvim.builtin.telescope.defaults.file_ignore_patterns = { ".git", "node_modules",
|
|||
lvim.builtin.nvimtree.ignore = { ".git", "node_modules", ".bin", "env" }
|
||||
|
||||
-- LSP
|
||||
-- lvim.lsp.override = {"gopls"}
|
||||
lvim.lsp.override = { "go", "gopls" }
|
||||
|
||||
-- Others
|
||||
require "user.plugins"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue