current
This commit is contained in:
parent
1af043aaa9
commit
c0489f230a
5 changed files with 5 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
## which filter mode to use when atuin is invoked from a shell up-key binding
|
||||
## the accepted values are identical to those of "filter_mode"
|
||||
## leave unspecified to use same mode set in "filter_mode"
|
||||
filter_mode_shell_up_key_binding = "directory"
|
||||
filter_mode_shell_up_key_binding = "session"
|
||||
|
||||
## which search mode to use when atuin is invoked from a shell up-key binding
|
||||
## the accepted values are identical to those of "search_mode"
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
-- Setup language servers.
|
||||
local lspconfig = require('lspconfig')
|
||||
lspconfig.rust_analyzer.setup({})
|
||||
lspconfig.gleam.setup({})
|
||||
lspconfig.tailwindcss.setup{}
|
||||
lspconfig.gopls.setup({})
|
||||
|
||||
-- Global mappings.
|
||||
-- See `:help vim.diagnostic.*` for documentation on any of the below functions
|
||||
|
|
|
@ -17,7 +17,7 @@ Plug 'tpope/vim-obsession'
|
|||
Plug 'tpope/vim-fugitive' " whose fault is it
|
||||
|
||||
" Language support
|
||||
"Plug 'nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' }
|
||||
Plug 'nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' }
|
||||
"Plug 'rust-lang/rust.vim'
|
||||
" Plug 'ntietz/tla.vim'
|
||||
" Plug 'fatih/vim-go'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
draft
|
||||
lapdesk
|
||||
mentee
|
||||
counterintuitive
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue