nvim
This commit is contained in:
parent
3b452d83c1
commit
e181f1a24c
@ -5,7 +5,7 @@ let mapleader = " "
|
||||
set autoindentz
|
||||
set preserveindent
|
||||
set copyindent
|
||||
set shell=~/.nix-profile/bin/zsh
|
||||
set shell=zsh
|
||||
|
||||
" Set Colors
|
||||
if (has("termguicolors"))
|
||||
|
@ -12,6 +12,8 @@ return function(use)
|
||||
-- require("nvim-treesitter.configs").setup({
|
||||
-- parser_install_dir = parser_install_dir,
|
||||
-- })
|
||||
use({"SirVer/ultisnips"})
|
||||
use({"honza/vim-snippets"})
|
||||
|
||||
use({"williamboman/mason.nvim"})
|
||||
use({'williamboman/mason-lspconfig.nvim'})
|
||||
|
@ -1,7 +1,7 @@
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = " "
|
||||
|
||||
vim.opt.shell = "~/.nix-profile/bin/zsh"
|
||||
vim.opt.shell = "zsh"
|
||||
|
||||
vim.opt.history = 1000
|
||||
vim.opt.termguicolors = true
|
||||
@ -47,13 +47,16 @@ vim.cmd 'colorscheme jellybeans'
|
||||
vim.g.floaterm_keymap_toggle = '<F9>'
|
||||
vim.g.floaterm_width = 0.9
|
||||
vim.g.floaterm_height = 0.9
|
||||
vim.g.floaterm_shell = "~/.nix-profile/bin/zsh"
|
||||
|
||||
vim.g.rustfmt_autosave = 1
|
||||
vim.g.rust_use_custom_ctags_defs = 1
|
||||
|
||||
|
||||
vim.g.tagbar_autofocus=1
|
||||
|
||||
-- vim.g.UltiSnipsExpandTrigger="<C-Tab>"
|
||||
-- vim.g.UltiSnipsJumpForwardTrigger="<C-b>"
|
||||
-- vim.g.UltiSnipsJumpBackwardTrigger="<C-z>"
|
||||
|
||||
|
||||
-- Highlight yank
|
||||
|
Loading…
Reference in New Issue
Block a user