neotree fix
This commit is contained in:
@ -6,34 +6,22 @@ windows:
|
|||||||
layout: main-horizontal
|
layout: main-horizontal
|
||||||
panes:
|
panes:
|
||||||
- main:
|
- main:
|
||||||
- hgd gmscore
|
|
||||||
- vim
|
|
||||||
- other:
|
- other:
|
||||||
- hgd gmscore
|
|
||||||
|
|
||||||
- experiments:
|
- experiments:
|
||||||
layout: main-horizontal
|
layout: main-horizontal
|
||||||
panes:
|
panes:
|
||||||
- main:
|
- main:
|
||||||
- hgd experiments
|
|
||||||
- vim
|
|
||||||
- other:
|
- other:
|
||||||
- hgd experiments
|
|
||||||
|
|
||||||
- critique:
|
- critique:
|
||||||
layout: main-horizontal
|
layout: main-horizontal
|
||||||
panes:
|
panes:
|
||||||
- main:
|
- main:
|
||||||
- hgd google-comments
|
|
||||||
- vim
|
|
||||||
- other:
|
- other:
|
||||||
- hgd google-comments
|
|
||||||
|
|
||||||
- dotfiles:
|
- dotfiles:
|
||||||
layout: main-horizontal
|
layout: main-horizontal
|
||||||
panes:
|
panes:
|
||||||
- main:
|
- main:
|
||||||
- cd ~/dotfiles
|
|
||||||
- vim
|
|
||||||
- other:
|
- other:
|
||||||
- cd ~/dotfiles
|
|
||||||
|
@ -61,7 +61,7 @@ return {
|
|||||||
{ "g0", "<cmd>lua vim.lsp.buf.document_symbol()<CR>" },
|
{ "g0", "<cmd>lua vim.lsp.buf.document_symbol()<CR>" },
|
||||||
{ "gr", "<Cmd>Telescope lsp_references<CR>" },
|
{ "gr", "<Cmd>Telescope lsp_references<CR>" },
|
||||||
{ "gW", "<cmd>lua vim.lsp.buf.workspace_symbol()<CR>" },
|
{ "gW", "<cmd>lua vim.lsp.buf.workspace_symbol()<CR>" },
|
||||||
{ "gd", "<cmd>lua vim.lsp.buf.definition()<CR>" },
|
{ "gd", "<cmd>Telescope lsp_definitions<CR>" },
|
||||||
{ "gD", "<cmd>tab split | lua vim.lsp.buf.definition()<CR>" },
|
{ "gD", "<cmd>tab split | lua vim.lsp.buf.definition()<CR>" },
|
||||||
{ "gi", "<cmd>lua vim.lsp.buf.implementation()<CR>" },
|
{ "gi", "<cmd>lua vim.lsp.buf.implementation()<CR>" },
|
||||||
{ "gI", "<cmd>lua vim.lsp.buf.implementation()<CR>" },
|
{ "gI", "<cmd>lua vim.lsp.buf.implementation()<CR>" },
|
||||||
|
@ -10,6 +10,9 @@ return {
|
|||||||
-- },
|
-- },
|
||||||
config = function()
|
config = function()
|
||||||
require("neo-tree").setup({
|
require("neo-tree").setup({
|
||||||
|
filesystem = {
|
||||||
|
bind_to_cwd = true,
|
||||||
|
},
|
||||||
sources = {
|
sources = {
|
||||||
"filesystem",
|
"filesystem",
|
||||||
"buffers",
|
"buffers",
|
||||||
|
Reference in New Issue
Block a user